go/types.Checker.recordSelection (method)

5 uses

	go/types (current package)
		builtins.go#L685: 		check.recordSelection(selx, FieldVal, base, obj, index, false)
		call.go#L602: 		check.recordSelection(e, MethodExpr, x.typ, m, index, indirect)
		call.go#L645: 			check.recordSelection(e, FieldVal, x.typ, obj, index, indirect)
		call.go#L656: 			check.recordSelection(e, MethodVal, x.typ, obj, index, indirect)
		check.go#L562: func (check *Checker) recordSelection(x *ast.SelectorExpr, kind SelectionKind, recv Type, obj Object, index []int, indirect bool) {